home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 2
/
Meeting Pearls Vol. II (1995)(GTI - Schatztruhe)[!].iso
/
Pearls
/
comm
/
EazyBBS
/
Install_EazyBBS_old
< prev
next >
Wrap
AmigaDOS Script File
|
1994-11-07
|
3KB
|
102 lines
.key dest1
.bra {
.ket }
CD PROGDIR:
CD >op:mb_cd_test1
Quit
FailAt 21
If EXISTS "{dest1}"
If "{dest1}" EQ ""
Set dest2 "`cd`"
Else
Set dest2 "{dest1}"
EndIf
Else
Set dest2 "`cd`"
EndIf
Echo "*N Welcome to *E[1mEazyBBS Mailbox *E[0m!*N"
Echo "EazyBBS is very eazy to install. You just need some assigns,"
Echo "some pathes... that's it. Okay, it's recommendable to read the"
Echo "manual, cause before running a public Mailbox you should configure"
Echo "EazyBBS properly to fit your needs.*N"
Echo "But now the eazy part, the assigns.*N"
Echo "Put them into your s:User-Startup or write a small startup-script."
Echo "It's totally on yours. Okay, here's what you need:*N"
Echo " Assign MB: *"$dest2*""
Echo " Assign MB_TMP: MB:TMP"
Echo " Assign MB_DATA: MB:Data"
Echo " Assign MB_USER: MB:User"
Echo " Assign MB_BOARD: MB:Board"
Echo " Assign MB_FILES: MB:Files"
MakeDir TMP Board Files User Intern >NIL:
Assign MB: "$dest2"
Assign MB_TMP: MB:TMP
Assign MB_DATA: MB:Data
Assign MB_USER: MB:User
Assign MB_BOARD: MB:Board
Assign MB_FILES: MB:Files
Echo "*NPress [RETURN] for more!" NOLINE
Echo ? >nil:
Echo "*EM*E[K" NOLINE
Echo "And even more assigns. Some add-ons ...*N"
Echo " Assign LIBS: MB:Libs ADD"
Assign LIBS: MB:Libs ADD
Echo "*NNo big deal, eh? You need the EazyBBS binaries in your DOS"
Echo "search path. If you want to call EazyBBS binaries from other"
Echo "programs (Cron, ToolManager etc.) be sure that you add the new"
Echo "path early in your s:User-Startup before any other programs are"
Echo "launched. That's important, believe me ...*N"
Echo " Path MB:C ADD"
Path MB:C ADD
Echo "*NYou'll need a large stack. Sorry for that, but I love to"
Echo "make use of the stack in my programs. 50000 bytes are enough.*N"
Echo " Stack 50000"
Stack 50000
Echo "*NPress [RETURN] for more!" NOLINE
Echo ? >nil:
Echo "*EM*E[K" NOLINE
If NOT EXISTS libs:xprzmodem.library
Echo "Oh shit, there's no xprzmodem.library in your libs: directory."
Echo "EazyBBS needs xprzmodem.library 2.0+ (e.g. from Fred Fish #236)"
Echo "Get it... or you will run into problems!
Quit
EndIf
Echo "*N*NWe're finished with the installation."
Echo "*N Thank you.*N"
Quit
; comment
echo "*e[33mEazyBBS*e[0m needs some public domain programs in"
echo "your c: directory to give you best results:"
echo " - Arc 0.23"
echo " - TArc (Turbo-Arc)"
echo " - Zoo"
echo " - LZ/LhArc"
echo " - UnZip 3.0 (special version)"
echo " - DMS/TestDMS/ViewDMS"
echo " - GIFhdr"
echo " - IFFhdr"
echo " - WarpCheck"
echo " - ZoomCheck"
echo " - Crc (from SKsh)"
echo " - Run (Commodore's Original Version)"